From c1fcee831d86adb4509c1adc380176475b7c3b58 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 16 Apr 2007 23:34:14 +0000 Subject: [PATCH] Make 'install' depend on having the executable itself. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2746 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 7ace2da4b..2a39a43de 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -153,7 +153,7 @@ torture: # # This will only work on UNIX-like substances. # -install: @INSTALL_DEBUG@ +install: @INSTALL_DEBUG@ gpsbabel$(EXEEXT) @mkdir -p $(INSTALL_DIR)/bin install gpsbabel $(INSTALL_DIR)/bin/ -- 2.30.2